home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / names < prev    next >
Encoding:
Text File  |  2001-03-21  |  471 b   |  19 lines

  1. Synopsis:
  2.    on [<modes>]names [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives server output from
  6.    the NAMES command.
  7.  
  8. Parameters:
  9.    $0    channel name
  10.    $1-   nicknames of (visible) users on the channel
  11.  
  12. See Also:
  13.    names(2); on(5) 353, 366
  14.  
  15. Other Notes:
  16.    This hook is not triggered by the implicit NAMES done when the client
  17.    joins a channel.  Hook the 353 numeric instead.
  18.  
  19.